@font-face{
    font-family:'proxima_nova_rgbold';
    src:url('../Font/proximanova-bold-webfont.eot');
    src:url('../Font/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),url('../Font/proximanova-bold-webfont.woff') format('woff'),url('../Font/proximanova-bold-webfont.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'proxima_nova_cn_rgregular';
    src:url('../Font/proximanovacond-regular-webfont.eot');
    src:url('../Font/proximanovacond-regular-webfont.eot?#iefix') format('embedded-opentype'),url('../Font/proximanovacond-regular-webfont.woff') format('woff'),url('../Font/proximanovacond-regular-webfont.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'proxima_novalight';
    src:url('../Font/proximanova-light-webfont.eot');
    src:url('../Font/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),url('../Font/proximanova-light-webfont.woff') format('woff'),url('../Font/proximanova-light-webfont.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'proxima_novablack';
    src:url('../Font/proximanova-black-webfont.eot');
    src:url('../Font/proximanova-black-webfont.eot?#iefix') format('embedded-opentype'),url('../Font/proximanova-black-webfont.woff') format('woff'),url('../Font/proximanova-black-webfont.ttf') format('truetype'),url('../Font/proximanova-black-webfont.svg#proxima_novablack') format('svg');
    font-weight:normal;font-style:normal;
}
@font-face{
    font-family:'proxima_nova_rgregular';
    src:url('../Font/proximanova-regular-webfont.eot');
    src:url('../Font/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),url('../Font/proximanova-regular-webfont.woff') format('woff'),url('../Font/proximanova-regular-webfont.ttf') format('truetype'),url('../Font/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face{font-family:'proxima_novasemibold';
    src:url('../Font/proximanova-semibold-webfont.eot');
    src:url('../Font/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),url('../Font/proximanova-semibold-webfont.woff') format('woff'),url('../Font/proximanova-semibold-webfont.ttf') format('truetype'),url('../Font/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight:normal;
    font-style:normal;
}

/* set font */
body * {
  /*font-family: Arial,sans-serif !important;*/
  font-family:"Gotham A", "Gotham B", proxima_novalight,Arial,sans-serif;font-style:normal;font-weight:100;color:inherit;
}

h1{
    font-style:normal;
    font-weight:100;
    text-transform:uppercase;
    color:inherit;
}

.group-item {
  font-weight: bold;
}
.expand-button {
  cursor: pointer;
  background:url("../images/row-expand.png");
  background-repeat: no-repeat;
}
.chart-button {
  cursor: pointer;
  background:url("../images/chart.png");
  background-repeat: no-repeat;
}
#loading .loading-indicator {
  font-size:11px;
  background-repeat: no-repeat;
  background-position:top left;
  padding-left:20px;
  height:18px;
  text-align:left;
}
#loading-mask{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:20000;
  background-color:white;
}
#loading{
  position:absolute;
  left:45%;
  top:40%;
  padding:2px;
  z-index:20001;
  height:auto;
}
#loading img {
  margin-bottom:5px;
}
#loading .loading-indicator{
  background:white;
  color:#555;
  font:bold 13px tahoma,arial,helvetica;
  padding:10px;
  margin:0;
  text-align:center;
  height:auto;
}
.target-header {
  font-style:italic;
  font-weight:bold;
  margin-top: 5px;
}
.datacolumn {

}
.rms-checkboxes .x-boundlist-item {
  padding-left: 20px;
  border-width: 0;
  background: url("../images/dropdown_check.gif") no-repeat scroll 0 0 transparent;
  border-width: 0;
}
.rms-checkboxes .x-boundlist-item.x-boundlist-selected {
  background:url("../images/dropdown_check_sel.gif") no-repeat;
  border-width: 0;
}
.rms-group-row.x-grid-row .x-grid-cell {
  border-right: 0;
  font-weight: bold;
}
.html-grid {
  overflow-y: auto;
  overflow-x: hidden;
  color: #252525;
  background-color: #ffffff;
}
.html-grid td.icons {
  border-right: 1px solid #9B9B9B;
  padding-right: 0;
}
.html-grid tr.header td {
  border-bottom: 1px solid #9B9B9B;
  border-top: 1px solid #9B9B9B;
  padding-bottom: 4px;
  padding-top: 4px;
  font-weight: bold;
  border-left: none;
  background-color: #FFFFFF;
}
.html-grid tr td {
  padding-right: 20px;
  text-align: right;
  height: 20px;
}
.html-grid td.first {
  padding-left: 5px;
  text-align: left;
  border-left:1px solid #9B9B9B;
}
.html-grid td.first-maaudio {
  padding-right: 5px;
  padding-left: 5px;
  text-align: left;
  border-left:1px solid #9B9B9B;
}
.html-grid tr {
  border-color: white;
  font-size: 11px;
  margin: 0;
  padding-left: 4px;
  text-align: left;
}

.html-grid tr:last-child td {
  border-bottom: 1px solid #9B9B9B;
}

.row-text {
  float: left;
  margin-top: 3px;
}
td.icons div {
  float: left;
  height: 13px;
  width: 13px;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  margin: 1px;
}

.genre-icon  {
  float: left;
  height: 13px;
  width: 41px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 3px;
}

.row-onlinetype {
  padding-right: 5px;
  margin-right: 3px;
  text-align: left;
  width: 20px;
  font-size: 9px;
}


.row-icon-dashboard {
  background-image:url('../images/Dashboard_16px.png')
}
.row-icon-structures {
  background-image:url('../images/Struktur_NEU_16px.png')
}
.row-icon-hours {
  background-image:url('../images/Einzelstunden_16px.png')
}
.genre-icon.icon-ukw {
  background-image:url('../images/genre-ukw.png')
}
.icon-onlineaudio {
  background-image:url('../images/genre-www.png')
}
.genre-icon.icon-konvergenz {
  background-image:url('../images/genre-ukwww.png')
}

.grid-container {
  padding:1px 5px;
  color: #252525;
  border: 1px solid #9b9b9b;
  border-bottom:none;
  background-color: #FFFFFF;
}
.grid-group-name {
  height: 26px;
  line-height:13px;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  padding-left: 5px;
}
.grid-group-column {
  height: 26px;
  line-height:13px;
  text-align: left;
  font-size: 11px;
  font-weight:bold;
  padding-left: 5px;
  padding-right: 40px;
}
.grid-column {
  overflow:hidden;
  height: 26px;
  line-height:13px;
  text-align: center;
  font-size: 11px;
  font-weight:bold;
  padding-right: 3px;
}
.grid-header-name {
  height: 26px;
  line-height:13px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  margin: 0px 0px;
  cursor: pointer;
  padding-left: 1px;
}
.grid-header-toolbar-container {
  right: 0px;
}
.group-container {
  border-right: solid 1px #9B9B9B;
  padding-top: 6px;
}
.name-container {
  border-right: solid 1px #9B9B9B;
  padding-right: 3px;
  padding-top: 6px;
}
/* minibutton */
.minibutton {
  cursor: pointer;
}
.minibutton * {
  cursor: pointer;
}
.add-group-button {
  cursor: pointer;
  background:url("../images/add_btn.png") no-repeat scroll 10px 10px transparent;
  background-repeat: no-repeat;
  border-bottom: 1px solid #9B9B9B;
  width: 100% !important;
}

/* adjust comboboxes so they looks better */
.filter-combo .x-form-field {
  border-color: #cdcdcd !important;
  color: #000000 !important;
  background:url("../images/combo_bg.png");
  height:30px;
  font-size: 11px;
  font-family: "Gotham A", "Gotham B", proxima_novalight;
  font-weight: 300;
  padding-left: 10px;
}
.filter-combo .x-form-trigger {
  background:url("../images/expand.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border:#cdcdcd solid 1px;
  height:30px;
  width:31px;
}
.x-boundlist {
  border-color: #cdcdcd;
}
.x-boundlist-item {
  font-size: 11px;
}
.x-boundlist-item-over {
  background:lightgray ;
  border-color: transparent ;
}
.x-boundlist-item {
  font-size: 11px;
}
.x-boundlist-selected {
  background:none ;
  color: #d32b26 ;
  border-color: transparent;
}
.x-boundlist-selected.x-boundlist-item-over {
  background:lightgray ;
}
/* main tabs */
.tab-container {
}
.X {
  font-size: 13px;
  color: #252525;
  cursor: pointer;
  /*background-image: url(../images/tab_bg.png);
  background-repeat:no-repeat;
  background-position:bottom right;*/
  color: #FFFFFF;
  padding: 8px 14px 6px 10px;
  height:30px;
  font-weight: bold;
  background-color: #CDCDCD;
}
.X.selected {
  /*background-image: url(../images/tab_bg_sel.png);*/
  background-color: #ffffff;
  color: #d32b26;
}

.X:hover{
    color:#ffffff;
    background-color:#d32b26;
}

.simple-button {
  font-size: 12px;
  color: #252525;
  cursor: pointer;
  background: none repeat scroll 0 0 #CDCDCD;
  color: #FFFFFF;
  padding: 8px 10px 6px 10px;
  height:30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align:center;
}
.simple-button.selected {
  background: none repeat scroll 0 0 #d32b26;
}
.simple-button-over {
  background: #dddddd;
}

/* page - header */
.rms-page-header .rms-content {
  position: relative;
}
/* fix bug IE11 */
#rms-page-header .x-box-inner {
    height:91px;
    background-color: #EFEFEF;
}

.rms-page-header ul {
  position:absolute;
  left:322px;
  top:8px;
  list-style-type:none;
  z-index: 1;
}
.rms-page-header li {
  border-right: 1px solid;
  float: left;
  line-height: 10px;
  padding: 0 7px;
  font-size: 10px;
  text-transform: uppercase;
  color: #252525;
  text-decoration: none;
}
.rms-page-header li a {
  font-size: 10px;
  text-transform: uppercase;
  color: #252525;
  text-decoration: none;

}
.rms-page-header li.last {
  border: none;
}
.rms-page-header .rms-logo {
  top: 0;
  position: absolute;
  z-index: 0;
  width: 970px;
}

.headerLink {
    height: 40px;
    left: 500px;
    position: relative;
    width: 186px;
    background-color: #FFFFFF;
    left: 470px;
    padding-top: 5px;
    padding-left: 10px;
}

.headerLink a{
    text-decoration: underline;
    color: #d32b26;
    font-size: 11px;
}


.grid-extra-ui * {
  font-weight: bold !important;
  font-size: 10px;
  padding-left:2px;
}
.cancel-sort {
  background-image:url('../images/cancel_sort.png');
}
.sort-icon {
  background-image:url('../images/sort_icon.png');
  top: 12px !important;
}
.active-sort-icon {
  background-image:url('../images/active_sort_icon.png');
  top: 12px !important;
}
.close-group {
  background-image:url('../images/close_column.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.export-buttons {
  position: absolute;
  right: 20px;
  bottom: 15px;
}

.methode {
  background-image:url('../images/methode.png');
  background-repeat: no-repeat;
  width: 95px !important;
}

.export-excel {
  background-image:url('../images/page-excel-icon.png');
  background-repeat: no-repeat;
  width: 23px !important;
}

.export-excel-button {
  background-image:url('../images/page-excel-icon.png');
  background-repeat: no-repeat;
  cursor: pointer;
}

.export-pdf {
  background-image:url('../images/pdf-icon.png');
  background-repeat: no-repeat;
  width: 23px !important;
}
.share {
  background-image:url('../images/link-icon.png');
  background-repeat: no-repeat;
  width: 23px !important;
}
/*.x-menu-item-icon {
  width: 0px;
}*/
.menu-selected-item * {
  color: #d32b26;
}
.menu-group * {
  font-weight: bold;
}
.x-menu-body {
  background: white !important;
  border: solid 1px #d32b26;
}
.x-menu-body * {
  cursor: pointer;
}
.x-menu-item-text {
  font-size: 11px !important;
}
/* custom chart for graphic */
.html-chart {
  overflow-y: auto;
  background-color: white;
  padding: 3px;
}
.chart-col1 {
  font-size: 11px;
  text-align: right;
  white-space: nowrap;
  border-right:1px solid #9B9B9B;
  padding: 2px;
}
.chart-col2 .bar-container {
  width:100%;
  height: 20px;
  padding-right: 45px;
  white-space: nowrap;
}
.chart-col2 .bar {
  margin-top: 5px;
  height: 10px;
  background-color: #d32b26;
  font-size:1px;
  display: inline-block;
}
.chart-col2 .value {
  padding-left: 3px;
  font-size: 11px;
  display: inline-block;
}
.chart-header {
  padding: 5px;
}
.chart-header .header-media {
  font-size: 13px;
  font-weight: bold;
  margin-bottom:20px;
}
.chart-header .header-netgrosstkp {
  font-size: 13px;
}
.chart-header .header-key {
  font-size: 11px;
  white-space:nowrap;
}
.chart-header .header-value {
  font-size: 11px;
  font-weight: bold;
  padding-left: 10px;
  white-space:nowrap;
}
.chart-header-right {
  white-space:nowrap;
  width: 100%;
  text-align:right;
  vertical-align:top;
}

.x-form-item-label-top {
    font-size: 13px;
    font-weight: bold;
}

.x-panel-body-default {
    border-color: #9b9b9b;
}

.x-form-checkbox, .x-form-radio {
    background: url("../images/checkbox.gif") no-repeat scroll 0 0 transparent;
}

table {
    border-collapse: separate;
}

.costcoloumn {
     padding-right: 3px !important;
}

.x-form-cb-wrap {
    min-width: 80px !important;
}

.x-body {
    background-color: #efefef;
    background-image:url(../images/background.png);
    background-repeat:no-repeat;
    background-position:50% 0;
}

#page_footer {
    color: #9a9a9a;
    font-size: 11px;
    padding-top: 30px;
}
#page_footer_copyright {
    float: left;
    width: 550px;
}
#page_footer_links {
    float: right;
}
#page_footer_links a {
    margin-left: 24px;
}

.iframe_info {
    border: 1px solid #9B9B9B;
    height: 100% !important;
    background-color: white;
    /* margin-top: 15px !important; */
}

.html-grid tr:first-child td {
    border-top: 1px solid #9B9B9B;
}

.versiontext2 {
    margin-top: 12px;
}

.x-menu-item-checked .x-menu-item-icon {
    background: url("../images/checkbox.gif") no-repeat scroll 0 0 transparent;
    background-position: 0 -13px;
    width: 13px;
    height: 13px;
}
.x-menu-item-unchecked .x-menu-item-icon {
    background: url("../images/checkbox.gif") no-repeat scroll 0 0 transparent;
    background-position: 0 0;
    width: 13px;
    height: 13px;
}

.x-menu-item-icon {width: 0px;}
.menucheckitemDeals .x-menu-item-icon {width: 13px;}
.menucheckitemDeals span {margin-left: 18px;}
.x-menu-icon-separator {border: none;}

.menucheckSubElementsSelectedGrey {background:url("../images/dropdown_check_sel_grey.gif") no-repeat !important;}
.menucheckSubElementsUnselected {background:url("../images/dropdown_check.gif") no-repeat !important;}
.menucheckSubElementsSelected {background:url("../images/dropdown_check_sel.gif") no-repeat !important;}

#analysisMenu .x-menu-body {height: 300px !important;}


*::-webkit-input-placeholder {
    color: #000000;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #000000;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #000000;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000;
}



.x-menu-item-link {padding-left: 3px;}

.trendGrid {}
.trendGrid .x-column-header-inner .x-column-header-text {white-space: normal; font-weight: bold; line-height: 14px; font-family: "Gotham A", "Gotham B", proxima_novalight, Arial, sans-serif; font-size: 11px; color: rgb(37, 37, 37);}

.trendGrid .x-column-header-inner{padding-top:0px !important;}
.trendGrid .x-column-header{border-right: none; background-image: none; background-color: #ffffff;}
.trendGrid .x-grid-header-ct{background-image: none; background-color: #ffffff;  }

.trendGrid .x-grid-row .x-grid-cell { font-family: "Gotham A", "Gotham B", proxima_novalight, Arial, sans-serif; font-size: 11px; color: rgb(37, 37, 37); border: none;}

.x-grid-locked .x-grid-inner-locked {border-style: none !important;}

.x-grid-row-alt .x-grid-cell, .x-grid-row-alt .x-grid-rowwrap-div {background-color: #efefef;}
.trendGridFirstColHeader {padding: 5px; border-right: 1px solid #9B9B9B !important;}
.trendGridFirstColIsGroup {background-color:#ffffff; font-weight: bold; border-top: 1px solid #000000; border-bottom: 1px solid #000000;}
.x-panel .x-grid-body {border-color:#9B9B9B;}
.trendGridText {border: 1px solid green; height: 200px; width: 500px; white-space: pre; z-index:100000 !important; position: relative;}
.rms-filterpanel {background-color: #ffffff;}



/* TABLE FONT */
.GothamFontCell {
  font-family: "Gotham A", "Gotham B", proxima_novalight, Arial, sans-serif;;
  font-style: normal;
  font-weight: 300;

  -moz-font-feature-settings:"tnum" 1; /* Firefox 31+ */
  -moz-font-feature-settings:"tnum=1";
  -webkit-font-feature-settings: 'tnum' 1; /* Chrome 31+, Android 4.4+, Opera 24+ */
  font-feature-settings: 'tnum' 1; /* IE10+ */
}
